home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / interfac / md.000 / scripts / DefineButton2_120 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  96 b   |  6 lines

  1. on(release){
  2.    fscommand("Media.Stop");
  3.    fscommand("Browser.Close");
  4.    _root.play();
  5. }
  6.